home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6225 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  949 b 

  1. Path: news.rain.org!usenet
  2. From: "Guus Leeuw jr." <guusl@eiffel.com>
  3. Newsgroups: comp.lang.c++,comp.lang.c,comp.lang.misc,comp.programming,comp.unix.programmer,comp.unix.questions
  4. Subject: Re: help -- link 'getrusage' on HP
  5. Date: Sun, 11 Feb 1996 15:16:55 -0800
  6. Organization: Interactive Software Engineering Inc. http://www.eiffel.com/
  7. Message-ID: <311E78E7.64EA4D81@eiffel.com>
  8. References: <4finp6$f68@spool.cs.wisc.edu>
  9. NNTP-Posting-Host: @outback.eiffel.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (X11; I; Linux 1.2.8 i586)
  14.  
  15. Ling Zheng wrote:
  16. > I tried to link a program which call the procedure 'getrusage',
  17. > but it failed on HP. I am wondering which libray that I should include.
  18. > ( I didn't find the man page for this routine in my HP machine. maybe
  19. > yours can ).
  20.  
  21. To my knowledge does the HP not define `getrusage'. You should use
  22. `times'.
  23.  
  24. Regards,
  25.     Guus
  26.